.navbar-brand img {
  height: 41px;
}

.nav-item {
  padding-left: 6px;
  padding-right: 6px;
}

.box-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bg-F8F7FB {
  background: #f8f7fb;
}
.boxf {
  height: 280px;
  background: #ffffff;
}
.bg-pink {
  background-color: #eb5f8b28;
  border: 1px solid #eb5f8c;
  border-radius: 10px;
}
.text-pink {
  color: #eb5f8c;
}
.p-20px {
  padding: 20px;
  border-radius: 20px;
}

.nav-link {
  font-size: medium;
  font-weight: 500;
}

.navbar-nav {
  justify-content: start;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* .nav-item a:focus{
    font-weight: 400;
} */

.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav li {
  list-style: none;
}
.navbar-nav .drop-menu li a,
.mega-box .content li a {
  list-style: none;
  color: black;
  text-decoration: none;
  font-size: 15px;
}

.navbar-nav .drop-menu li a:hover,
.mega-box .content li a:hover {
  color: #d8b2c961;
}

.mega-box .content li {
  margin-bottom: 13px;
}

.dropdown {
  display: none;
  overflow: hidden;
}

.ml-3 {
  margin-left: 20px;
}
.justify-content-right {
  justify-content: right;
}

.nav-btn {
  border-radius: 50px;
  width: 130px;
  background-color: #5546a0;
  color: #ffffff;
}

.demo-btn {
  border-radius: 50px;
  width: auto;
  background-color: #5546a0;
  color: #ffffff;
}
.video-btn {
  border-radius: 50px;
  width: auto;
  border: 1px solid #5546a0;
  color: #5546a0;
}

@media screen and (min-width: 769px) {
  .navbar-nav .drop-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    border-radius: 4px;
    padding: 0px;
    text-align: left;
  }

  .navbar-nav .why-flyksoft {
    height: auto;
    width: 123px;
    display: grid;
  }

  .navbar-nav .solutions {
    height: auto;
    width: auto;
    display: grid;
  }

  .mega-box {
    position: absolute;
    display: flex;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    right: 50%;
    width: auto;
    background-color: white;
    border-radius: 4px;
    text-align: left;
  }

  .mega-box .content {
    display: flex;
  }
  .navbar-nav li:hover .drop-menu,
  .navbar-nav li:hover .mega-box {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 769px) {
  .nav-item .py-4 {
    padding: 1% !important;
  }

  .dropdown {
    display: none;
    overflow: hidden;
  }

  .collapsible:after {
    content: "\002B";
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .active:after {
    content: "";
  }
}
